home *** CD-ROM | disk | FTP | other *** search
/ The Microsoft Windows 95 Recource Kit Utilities / Recouce Kit Utilities.iso / rkutil / reskit3.cab / batch.txt < prev    next >
Text File  |  1995-06-03  |  4KB  |  109 lines

  1. *********************************
  2. ** Batch Setup Release Notes   **
  3. ** Version 1.0      04/26/95   **
  4. *********************************
  5.  
  6. ============
  7. INTRODUCTION
  8. ============
  9.  
  10.     By running this program and answering as many or as few questions as
  11. desired, a user will help automate his or her setup.  Please see the online
  12. help for instructions on running Windows 95 Setup in Batch Mode.
  13.  
  14.     After running this program, the .INF file created (BSETUP.INF) will
  15. be used by Windows 95 Setup and later copied to the name MSBATCH.INF.  The
  16. INF file created complies with the Windows 95 Resource Kit, Appendix D. This
  17. program does not actually run Windows 95 Setup, it merely prepares the INF
  18. file for use with it.
  19.  
  20.         Batch Setup works for both GUI and DOS-mode upgrades.
  21.  
  22.     The following set of instructions indicate the suggested method
  23. for executing Batch Setup.
  24.  
  25. =*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=
  26.  
  27. 1) Run the supplied program and answer all questions to create your
  28.     customized Information file.
  29.  
  30. 2) Run Windows 95 Setup and include the name (and fully qualified path) of
  31.     the INF file as an argument. For example :
  32.  
  33.         D:\WIN95\SETUP C:\BSETUP.INF
  34.     
  35.    If your network supports UNC's, those can be used as well. Example :
  36.  
  37.         \\SERVER1\WIN95\SETUP \\SERVER2\USERS\JOEUSER\BSETUP.INF
  38.  
  39.    This program is not required to run Windows 95 setup in batch-mode, only
  40.         the INF file that it creates.
  41.  
  42. 3) Windows 95 Setup will then run in batch mode.  If you answered all the
  43.     questions on the opening screen, you will probably not have to
  44.     touch your computer again until it reboots after Setup... just type
  45.     'WIN' to enter Windows 95!
  46.  
  47. =*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=
  48.  
  49.  
  50.         There are a few setup messages that batch setup cannot automate.
  51. These are fully outlined in the Resource Kit, Appendix D and Chapter 5.
  52.  
  53.         Please see the online help and Chapters 5 and Appendix D of the
  54. Windows 95 Resource Kit for an explanation of all available settings.
  55.  
  56.  
  57.  
  58. =================================
  59. NEW FEATURES ADDED TO BATCH SETUP
  60. =================================
  61.  
  62. The following features were added to batch-mode setup for Windows 95 but
  63. were not included in batch.exe.  Please read Appendix D and Chapter 5 of
  64. the Windows 95 Resource Kit for a full explanation of all options.
  65.  
  66. UNINSTALL :
  67.  
  68.     Windows 95 supports batch-mode settings for the Un-installation of
  69. Windows 95.
  70.  
  71. This parameter is used to specify whether Setup should create a
  72. compressed backup version of the existing Windows and MS-DOS directories
  73. to be used for automatically uninstalling Windows 95. If you specify
  74. Uninstall=5, you also must add a value for BackupDir=path that specifies
  75. the directory where Setup should place the compressed backup files.
  76.  
  77. Parameter   Uninstall
  78. Values      0 = Do not allow user to specify Uninstall options, and do
  79.                 not create backup files for uninstalling Windows 95
  80.             1 = Show Uninstall options for user to choose
  81.             5 = Do not show Uninstall options, but automatically create
  82.                 backup files for uninstalling Windows 95
  83. Default     1
  84.  
  85. Add this parameter to the [Setup] section of the BSETUP.INF file (for
  86. instance, 'Uninstall=5') using a standard text editor (EDIT).
  87.  
  88.  
  89. DEFAULT REDIRECTOR :
  90.  
  91.     Windows 95 allows you to specify which client you want to be your
  92. default client (for instance, the client for Microsoft networks or the
  93. client for NetWare networks).  Batch.exe does not support an automatic
  94. way to set which client is the default (the client for Microsoft
  95. networks, if present will be the default).  If you wish the client for
  96. NetWare networks to be the default over the client for Microsoft
  97. networks, open the BSETUP.INF file with a plain text editor. Locate the
  98. line 'CLIENTS=' in the '[Network]' section of the file.  The first
  99. client listed will be the default.  So, to make the client for NetWare
  100. networks default, move the keyword 'NWREDIR' in front of the keyword
  101. 'VREDIR.'  Please note that you can also reset the default from within
  102. the network control panel once Windows 95 has set up.
  103.  
  104.  
  105.     There are additional settings which are available to batch setup
  106. that are not listed here. Please read the Windows 95 resource kit for
  107. a full explanation and list of all possible settings.
  108.  
  109.